ActiveReports 9
CreatePathGradientBrush(IPathEx,PointFEx,ColorEx,ColorEx[]) Method

The path of the gradient.
The center point of the gradient.
The center color of the gradient.
The array of the surrounding colors of the gradient.
Initializes a new BrushEx path gradient brush object.
Syntax
'Declaration
 
Overloads Function CreatePathGradientBrush( _
   ByVal path As IPathEx, _
   ByVal centerPoint As PointFEx, _
   ByVal centerColor As ColorEx, _
   ByVal surroundColors() As ColorEx _
) As BrushEx
BrushEx CreatePathGradientBrush( 
   IPathEx path,
   PointFEx centerPoint,
   ColorEx centerColor,
   ColorEx[] surroundColors
)

Parameters

path
The path of the gradient.
centerPoint
The center point of the gradient.
centerColor
The center color of the gradient.
surroundColors
The array of the surrounding colors of the gradient.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum